home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 045a / n2p_116.zip / NET2PNT.DOC < prev    next >
Text File  |  1991-07-24  |  5KB  |  134 lines

  1.  
  2.                         NET2PNT Documantion File
  3.  
  4.                     Written by Yossi Gottlieb, 1991.
  5.  
  6.                               Version 1.16
  7.  
  8.  
  9.    General
  10.   ─────────
  11.  
  12. If you're using a real point, you must have already know that you  can't
  13. configure your mailer's address to your real point address. Mail packets
  14. are addressed by nets and nodes (In the packet's file name - the 4 first
  15. characters are the net, in hex, and the 4 last characters are the  node,
  16. in hex.), and there is no way to mark a packet with a point number.
  17.  
  18. Using  EchoMail,  this  makes  no  problems  at  all.  But when you want
  19. somebody to  send you  a netmail,  you have  a big  problem. The  sender
  20. enters the  address, for  example 2:403/122.3,  but when  the message is
  21. being exported,  it will  lose it's  point number  (.3), because  of the
  22. reason I exaplined. The message, which should go to 2:403/122.3, will go
  23. to 2:403/122, your BOSS, and  will stay there until it's  being deleted,
  24. or being received by you - but ONLINE.  This is the point where  NET2PNT
  25. comes in.
  26.  
  27. NET2PNT traps messages  for a specific  person on a  specific board (the
  28. NetMails  board),  and  routes  them  to  his  point  (i.e.  to his fake
  29. address).  When NET2PNT traps a NetMail message, which is NOT marked  as
  30. "sent", and is addressed  to one of the  names which are defined  in the
  31. ROUTE statement  (which will  be discussed  later), it  will change  the
  32. destination address of the message  to the point's fake address.   After
  33. the address  has been  changed, the  message will  be marked as "pending
  34. NetMail message". In this way, NET2PNT will cause the mail processor  to
  35. send the NetMail to to fake  address (i.e. include it together with  the
  36. EchoMail package). After the processor has sent the message, it will  be
  37. no longer marked as pending, and the person will not receive the message
  38. to his point again.
  39.  
  40. For Example, if you set in your route statement such as record:
  41.  
  42. ROUTE Yossi Gottlieb 1000/3, Every  NetMail message, which was NOT  sent
  43. before, will be marked as 1000/3, and will be packeted to that  address.
  44. Then, when 1000/3 calls  to poll his mail,  he will receive the  netmail
  45. packet as well as his normal EchoMail packets.
  46.  
  47.  
  48.   Configuration
  49.  ───────────────
  50.  
  51. NET2PNT's  configuration  is  very  easy,  and  should take 1-2 minutes.
  52. Use your favorite  text editor to  edit the configuration  file. (A demo
  53. configuration file came with the program, to be some kind of example).
  54.  
  55. NOTE that all lines which begin with ";" are comments, NET2PNT ignores
  56. them.
  57.  
  58.  
  59. MsgPath <Path>
  60.  
  61. <Path> specifies the path where all Hudson message-base file are in.
  62.  
  63.  
  64.  
  65. NetBoard <Board>
  66.  
  67. <Board> specifies the board number in the message-base where NetMail
  68. messages are in.
  69.  
  70.  
  71. Route <FirstName> <LastName> <FakeAddress>
  72.  
  73. These lines defines where to reroute messages:
  74.  
  75. FirstName and LastName are the first  name and last name of the  person,
  76. which netmail to him will be routed to <FakeAddress>
  77.  
  78. Note that the name MUST be 2 words, not one and not 3, 2 WORDS.
  79.  
  80. <FakeAddress>  is  the  address  to  route  to messages which are to the
  81. person specified before (in the FirstName and LastName fields).
  82.  
  83.  
  84. The maximum number of Route statements  is 10. It's not so often  that a
  85. BOSS has more than 10 points.
  86.  
  87.  
  88.  
  89.   Log
  90.  ─────
  91.  
  92. If you one of those paranoids, which don't let their system do  anything
  93. without logging, you can relax, NET2PNT has a log option.
  94.  
  95. If you wish to log the process,  enter in the command line /L and  after
  96. that the log-name.
  97.  
  98. For example, NET2PNT /LROUTE.LOG will log to ROUTE.LOG.
  99.  
  100.  
  101.   Legal Stuff
  102.  ─────────────
  103.  
  104. NET2PNT is in the Public  Domain. It may be freely  distrubuted, copied,
  105. duplicated, transferred etc., but as long is it is in its original form,
  106. unmodified  (not  even  PKLITEed,  LZEXEed  and  so  on),  including all
  107. documentation, and UNMODIFIED.
  108.  
  109.  
  110. You owe the author nothing for  using the program, and the same  he does
  111. about responsibility. Nobody, but  NOBODY is responsible for  any damage
  112. loss, or any other bad thing happens because you used (or not used)  the
  113. program.
  114.  
  115.  
  116.  
  117.   Comments, suggestions and bug reports...
  118.  ──────────────────────────────────────────
  119.  
  120. If you have any comment, suggestion,  or ... You've found a bug,  please
  121. send it to me. In this way the program will be better!!
  122.  
  123.  
  124.                       If you wish to contact me:
  125.  
  126.                                                         Yossi Gottlieb,
  127.                                                         11 Armonim St.,
  128.                                                         Ramat-Gan 52587,
  129.                                                         Israel.
  130.  
  131.                                                  FidoNet 2:403/122.3
  132.                                                  RECEIVING NETMAILs ;-)
  133.  
  134.